PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFExtendedGraphicState Class / setFillAlpha Method
A value between 0 and 1 specifying constant opacity value to be used for filling operations in the transparent imaging model.
In This Topic
    setFillAlpha Method
    In This Topic
    Sets the fill alpha.
    Syntax
    public void setFillAlpha( 
       double value
    )

    Parameters

    value
    A value between 0 and 1 specifying constant opacity value to be used for filling operations in the transparent imaging model.
    See Also